home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000176_fdc@panix.com_Thu Jun 12 14:18:34 2008.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader2.panix.com!panix!not-for-mail
  2. From: Frank da Cruz <fdc@panix.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: compiler warning when compiling ftp://ftp.columbia.edu/kermit/test/tar/x.tar.gz
  5. Date: Thu, 12 Jun 2008 18:18:11 +0000 (UTC)
  6. Organization: PANIX Public Access Internet and UNIX, NYC
  7. Lines: 37
  8. Message-ID: <slrng52q33.cri.fdc@panix2.panix.com>
  9. References: <dd9ih5-31m.ln1@CPE-124-182-119-184.sa.bigpond.net.au>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: panix2.panix.com
  12. X-Trace: reader2.panix.com 1213294691 6304 166.84.1.2 (12 Jun 2008 18:18:11 GMT)
  13. X-Complaints-To: abuse@panix.com
  14. NNTP-Posting-Date: Thu, 12 Jun 2008 18:18:11 +0000 (UTC)
  15. User-Agent: slrn/0.9.8.0 (NetBSD)
  16. Xref: panix comp.protocols.kermit.misc:15768
  17.  
  18. On 2008-06-04, Arthur Marsh <arthur.marsh@internode.on.net> wrote:
  19. : I don't know if this is worth checking:
  20. :
  21. : gcc-4.3 -O3 -march=pentium2 -funsigned-char -pipe -DPOSIX -DLINUX 
  22. : -DNOCOTFMC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
  23. : -DCK_AUTHENTICATION -DCK_SSL -DCK_PAM -DZLIB -DCK_CURSES -DCK_POSIX_SIG 
  24. : -DTCPSOCKET -DLINUXFSSTND -DHAVE_CRYPT_H -DFNFLOAT -DCK_SHADOW 
  25. : -I/usr/include/openssl  -DOPENSSL_097 
  26. : -DKTARGET=\"linux+openssl+zlib+shadow+pam\" -c ckuusx.c
  27. : ckuusx.c: In function 'ck_termset':
  28. : ckuusx.c:6181: warning: cast from pointer to integer of different size
  29. : ckuusx.c:6188: warning: cast from pointer to integer of different size
  30. : ckuusx.c:6195: warning: cast from pointer to integer of different size
  31. :
  32. This is something in the termcap / termlib / ncurses library.  I'd say
  33. if the file-transfer display still works OK (which is really the only
  34. things that uses curses, except a few commands like CLEAR SCREEN), then
  35. it's nothing to worry about.
  36.  
  37. : ck_ssl.c: In function 'tls_load_certs':
  38. : ck_ssl.c:1171: warning: cast from pointer to integer of different size
  39. : ck_ssl.c:1172: warning: cast from pointer to integer of different size
  40. :
  41. : This is being compiled on Debian GNU/Linux unstable on a Pentium II machine.
  42. :
  43. I'm told that these are nothing to worry about either.  We've always had
  44. tons of warnings when building with the security libraries and header files,
  45. yet the features still work OK when used.  Still, it would be nice avoid the
  46. warnings.
  47.  
  48. A more serious issue has to do with the total replacement of DES functions
  49. in OpenSSL in recent Fedora issues.
  50.  
  51. Anybody with knowledge in these areas who might want to lend a hand is
  52. most welcome!
  53.  
  54. - Frank